runtime.TypeAssertionError.concrete (field)
5 uses
runtime (current package)
error.go#L27: concrete *_type
error.go#L40: if e.concrete == nil {
error.go#L43: cs := toRType(e.concrete).string()
error.go#L48: if toRType(e.concrete).pkgpath() != toRType(e.asserted).pkgpath() {
iface.go#L102: panic(&TypeAssertionError{concrete: typ, asserted: &inter.Type, missingMethod: itabInit(m, false)})
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)